home *** CD-ROM | disk | FTP | other *** search
- <!-- sb2frameinit Redirect and exit code -->
- <!-- (c) Copyright 2001 GS Software -->
- <!-- -->
- <SCRIPT language="JavaScript">
- <!--
-
- if(navigator.appVersion.substring(0,1) < "4")
- {
- self.location.href ="index3browser.htm";
- }
-
- function GS_frameinit() {
- var st = window.location.href;
- var mypos = st.indexOf("?");
-
- if (mypos > 0) {
- st=st.substr(st.indexOf('?')+1,st.length-st.indexOf('?')-1);
- self.Hauptframe.location.href = st;
- }
-
-
- // if (self.location.hash != '') {
- // var Path = self.Hauptframe.location.href.substring(0, self.Hauptframe.location.href.lastIndexOf('/'));
- // var SubPage = self.location.hash.substring(1, self.location.hash.length);
- // self.Hauptframe.location.href = Path + "/" + SubPage;
- // }
- }
-
-
- //-->
- </SCRIPT>
-
-
- <SCRIPT>
- function GS_exit() {
-
- if (theBasket.length>1) {
- event.returnValue = Loc_BeforeUnload;
-
- }
- }
- //-->
- </SCRIPT>
-